[INFO] cloning repository https://github.com/cyerphic/libsignal
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cyerphic/libsignal" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyerphic%2Flibsignal", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyerphic%2Flibsignal'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b9b1d34d2124fbdb652da8d865ac75bc636d1a92
[INFO] checking cyerphic/libsignal against try#09eeb2bacb9b40b2ed1d47f03177442c0632cda1 for pr-157710
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcyerphic%2Flibsignal" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain
[INFO] started tweaking git repo https://github.com/cyerphic/libsignal
[INFO] finished tweaking git repo https://github.com/cyerphic/libsignal
[INFO] tweaked toml for git repo https://github.com/cyerphic/libsignal written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cyerphic/libsignal on toolchain 09eeb2bacb9b40b2ed1d47f03177442c0632cda1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09eeb2bacb9b40b2ed1d47f03177442c0632cda1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cyerphic/libsignal already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+09eeb2bacb9b40b2ed1d47f03177442c0632cda1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 95ad6706785f90ec351dce5af4e176bd71305e56753781d479069c6e371969df
[INFO] running `Command { std: "docker" "start" "95ad6706785f90ec351dce5af4e176bd71305e56753781d479069c6e371969df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "95ad6706785f90ec351dce5af4e176bd71305e56753781d479069c6e371969df" "/opt/rustwide/cargo-home/bin/cargo" "+09eeb2bacb9b40b2ed1d47f03177442c0632cda1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95ad6706785f90ec351dce5af4e176bd71305e56753781d479069c6e371969df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "95ad6706785f90ec351dce5af4e176bd71305e56753781d479069c6e371969df" "/opt/rustwide/cargo-home/bin/cargo" "+09eeb2bacb9b40b2ed1d47f03177442c0632cda1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.105
[INFO] [stderr]    Compiling quote v1.0.43
[INFO] [stderr]    Compiling find-msvc-tools v0.1.7
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]    Compiling zerocopy v0.8.33
[INFO] [stderr]    Compiling portable-atomic v1.13.0
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3 (https://github.com/signalapp/curve25519-dalek?tag=signal-curve25519-4.1.3#7c6d3475)
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]     Checking sha1_smol v1.0.1
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling cc v1.2.52
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling hax-lib v0.3.5
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]    Compiling zmij v1.0.12
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking const-str v1.0.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling libcrux-intrinsics v0.0.4
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking rayon v1.11.0
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]    Compiling multimap v0.10.1
[INFO] [stderr]     Checking clap_lex v0.7.6
[INFO] [stderr]    Compiling libcrux-sha3 v0.0.4
[INFO] [stderr]     Checking libcrux-platform v0.0.2
[INFO] [stderr]     Checking hpke-rs-crypto v0.4.0
[INFO] [stderr]    Compiling petgraph v0.7.1
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]    Compiling protobuf v3.7.2
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]    Compiling libcrux-sha3 v0.0.5
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking libcrux-platform v0.0.3
[INFO] [stderr]    Compiling libcrux-ml-kem v0.0.5
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]     Checking base64ct v1.8.2
[INFO] [stderr]     Checking sorted-vec v0.8.10
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking jiff v0.2.18
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling sha2-asm v0.6.4
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling cmake v0.1.48
[INFO] [stderr]    Compiling libloading v0.8.9
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling bindgen v0.72.1
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling rustc-hash v2.1.1
[INFO] [stderr]     Checking ciborium-io v0.2.2
[INFO] [stderr]    Compiling fslock v0.2.1
[INFO] [stderr]     Checking cast v0.3.0
[INFO] [stderr]     Checking plotters v0.3.7
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking is-terminal v0.4.17
[INFO] [stderr]     Checking anes v0.1.6
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking oorandom v11.1.5
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking wait-timeout v0.2.1
[INFO] [stderr]     Checking foreign-types-shared v0.3.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking nonzero_ext v0.3.0
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking env_filter v0.1.4
[INFO] [stderr]    Compiling snow v0.10.0
[INFO] [stderr]     Checking bitstream-io v1.10.0
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking bit-vec v0.8.0
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking openssl-probe v0.2.0
[INFO] [stderr]     Checking rand_xorshift v0.4.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking rangemap v1.7.1
[INFO] [stderr]     Checking bit-set v0.8.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]     Checking simd-adler32 v0.3.8
[INFO] [stderr]     Checking compression-core v0.4.31
[INFO] [stderr]    Compiling macro_rules_attribute-proc_macro v0.2.2
[INFO] [stderr]     Checking intmap v3.1.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling linkme-impl v0.3.35
[INFO] [stderr]    Compiling linkme v0.3.35
[INFO] [stderr]     Checking semver v1.0.27
[INFO] [stderr]     Checking send_wrapper v0.6.0
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking macro_rules_attribute v0.2.2
[INFO] [stderr]     Checking combine v4.6.7
[INFO] [stderr]     Checking cesu8 v1.1.0
[INFO] [stderr]     Checking jni-sys v0.3.0
[INFO] [stderr]     Checking atomic-take v1.1.0
[INFO] [stderr]    Compiling pest v2.8.5
[INFO] [stderr]    Compiling toml_edit v0.23.10+spec-1.0.0
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]    Compiling libsignal-bridge v0.1.0 (/opt/rustwide/workdir/rust/bridge/shared)
[INFO] [stderr]     Checking object v0.37.3
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]     Checking rustc-demangle v0.1.26
[INFO] [stderr]     Checking compression-codecs v0.4.35
[INFO] [stderr]     Checking async-compression v0.4.36
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr] error: could not compile `jiff` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/09eeb2bacb9b40b2ed1d47f03177442c0632cda1/bin/rustc --crate-name jiff --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/jiff-0.2.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --allow=unexpected_cfgs --check-cfg 'cfg(docsrs_jiff)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("alloc", "default", "js", "logging", "perf-inline", "serde", "static", "static-tz", "std", "tz-fat", "tz-system", "tzdb-bundle-always", "tzdb-bundle-platform", "tzdb-concatenated", "tzdb-zoneinfo"))' -C metadata=b7d8fbdccf381d9c -C extra-filename=-564585e6e5571574 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "95ad6706785f90ec351dce5af4e176bd71305e56753781d479069c6e371969df", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95ad6706785f90ec351dce5af4e176bd71305e56753781d479069c6e371969df", kill_on_drop: false }`
[INFO] [stdout] 95ad6706785f90ec351dce5af4e176bd71305e56753781d479069c6e371969df
